10 Ways to Hide Elements in CSS - SitePoint
展示
通过设置child的延时,来处理鼠标滑到child过程中,间距时的真空状态(child的此时时消失的),中间的过渡,来保证鼠标hover在child时,parent仍然处于hover状态
// 延迟消失,保证仍然hover
transition: all 0.3s 0.1s;
吖冼的Blog10 Ways to Hide Elements in CSS - SitePoint
通过设置child的延时,来处理鼠标滑到child过程中,间距时的真空状态(child的此时时消失的),中间的过渡,来保证鼠标hover在child时,parent仍然处于hover状态
// 延迟消失,保证仍然hover
transition: all 0.3s 0.1s;